﻿2026-07-22T19:22:46.4225871Z ##[group]Run actions/checkout@v5
2026-07-22T19:22:46.4226606Z with:
2026-07-22T19:22:46.4226977Z   fetch-depth: 2
2026-07-22T19:22:46.4227368Z   repository: BigscreenVR/spt-bs-core
2026-07-22T19:22:46.4230495Z   token: ***
2026-07-22T19:22:46.4230844Z   ssh-strict: true
2026-07-22T19:22:46.4231206Z   ssh-user: git
2026-07-22T19:22:46.4231567Z   persist-credentials: true
2026-07-22T19:22:46.4231979Z   clean: true
2026-07-22T19:22:46.4232347Z   sparse-checkout-cone-mode: true
2026-07-22T19:22:46.4232761Z   fetch-tags: false
2026-07-22T19:22:46.4233128Z   show-progress: true
2026-07-22T19:22:46.4233496Z   lfs: false
2026-07-22T19:22:46.4233830Z   submodules: false
2026-07-22T19:22:46.4234198Z   set-safe-directory: true
2026-07-22T19:22:46.4234605Z   allow-unsafe-pr-checkout: false
2026-07-22T19:22:46.4235219Z ##[endgroup]
2026-07-22T19:22:46.5008573Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T19:22:46.5010751Z ##[group]Getting Git version info
2026-07-22T19:22:46.5011443Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-22T19:22:46.5012407Z [command]/usr/bin/git version
2026-07-22T19:22:46.5012822Z git version 2.43.0
2026-07-22T19:22:46.5020049Z ##[endgroup]
2026-07-22T19:22:46.5031030Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/dbfa33b2-e240-4cf3-ae4a-4f14b5dd8d1e' before making global git config changes
2026-07-22T19:22:46.5032306Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T19:22:46.5033938Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-22T19:22:46.5067259Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-22T19:22:46.5086818Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T19:22:46.5096683Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T19:22:46.5099425Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T19:22:46.5118128Z refs/heads/main
2026-07-22T19:22:46.5126590Z [command]/usr/bin/git checkout --detach
2026-07-22T19:22:46.5181316Z HEAD is now at 7c0f12d6 Merge pull request #60 from BigscreenVR/build/daemon-lifecycle-w3
2026-07-22T19:22:46.5218740Z [command]/usr/bin/git branch --delete --force main
2026-07-22T19:22:46.5245126Z Deleted branch main (was 7c0f12d6).
2026-07-22T19:22:46.5249076Z ##[endgroup]
2026-07-22T19:22:46.5252553Z [command]/usr/bin/git submodule status
2026-07-22T19:22:46.5434386Z ##[group]Cleaning the repository
2026-07-22T19:22:46.5437145Z [command]/usr/bin/git clean -ffdx
2026-07-22T19:22:47.3343439Z Removing target/
2026-07-22T19:22:47.3351844Z [command]/usr/bin/git reset --hard HEAD
2026-07-22T19:22:47.3406627Z HEAD is now at 7c0f12d6 Merge pull request #60 from BigscreenVR/build/daemon-lifecycle-w3
2026-07-22T19:22:47.3412127Z ##[endgroup]
2026-07-22T19:22:47.3413545Z ##[group]Disabling automatic garbage collection
2026-07-22T19:22:47.3416687Z [command]/usr/bin/git config --local gc.auto 0
2026-07-22T19:22:47.3443384Z ##[endgroup]
2026-07-22T19:22:47.3444685Z ##[group]Setting up auth
2026-07-22T19:22:47.3447754Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-22T19:22:47.3474945Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-22T19:22:47.3662561Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T19:22:47.3689073Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-22T19:22:47.3875295Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T19:22:47.3902652Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-22T19:22:47.4093960Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-22T19:22:47.4125565Z ##[endgroup]
2026-07-22T19:22:47.4127535Z ##[group]Fetching the repository
2026-07-22T19:22:47.4140118Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +c63b96ad7ae00d74981db288d5ca401b8c2868b1:refs/remotes/pull/64/merge
2026-07-22T19:22:47.8722112Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-22T19:22:47.8723002Z  * [new ref]           c63b96ad7ae00d74981db288d5ca401b8c2868b1 -> pull/64/merge
2026-07-22T19:22:47.8740736Z ##[endgroup]
2026-07-22T19:22:47.8741586Z ##[group]Determining the checkout info
2026-07-22T19:22:47.8742707Z ##[endgroup]
2026-07-22T19:22:47.8746727Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T19:22:47.8784886Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-22T19:22:47.8807695Z ##[group]Checking out the ref
2026-07-22T19:22:47.8809977Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/64/merge
2026-07-22T19:22:47.8926011Z Previous HEAD position was 7c0f12d6 Merge pull request #60 from BigscreenVR/build/daemon-lifecycle-w3
2026-07-22T19:22:47.8928230Z HEAD is now at c63b96ad Merge 6b13f074be54ce69b4ff7dd71aa47b91a19629f8 into 7c0f12d6eab59c52a3ecae81a26ea68a0b6520c9
2026-07-22T19:22:47.8934061Z ##[endgroup]
2026-07-22T19:22:47.8971209Z [command]/usr/bin/git log -1 --format=%H
2026-07-22T19:22:47.8991487Z c63b96ad7ae00d74981db288d5ca401b8c2868b1
